.topbar {
  width: 100%;
  height: 100px;
  background-color: #f7f7f7;
}

.heading {
  font-family: Dancing Script;
  color: #d8a554;
  margin-left: 100px;
}

.link {
  text-decoration: none;
  color: black;
  float: right;
  margin-right: 100px;
}

.paragraph {
  text-align: center;
  margin-top: 30px;
  margin-left: 100px;
  margin-right: 100px;
}

.paragraph p {
  font-size: 18px;
  color: #787878;
  line-height: 1.66em;
}

.paragraph a {
  text-decoration: none;
  color: #d8a554;
}

.paragraph a:hover {
  color: #787878;
}

.ourWork .row {
  margin: 15px;
}

.ourWork .grid-container {
  margin-top: 50px;

  justify-content: center;
}

.ourWork .grid-container a:hover img {
  background-color: #000000;

  opacity: 0.6;
  transition: all ease 0.3s;
}

.ourWork .grid-container img {
  width: 100%;
  height: 300px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  background-color: #d8a554;
  cursor: pointer;
  height: auto;
  width: auto;
  border-radius: 5px;
  width: 100%;

  height: 300px;
  justify-content: center;
}

.ourWork .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  font-size: 40px;
}

.ourWork .grid-container a:hover .overlay {
  opacity: 0.8;
}

.faq-heading {
  border-bottom: #777;
  padding: 20px 60px;
}

.faq-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.hr-line {
  width: 80%;
  margin: auto;
}

/* Style the buttons that are used to open and close the faq-page body */
.faq-page {
  /* background-color: #eee; */
  color: #444;
  cursor: pointer;
  padding: 30px 20px;
  width: 80%;
  border: none;
  outline: none;
  transition: 0.4s;
  margin: auto;
}

.faq-body {
  margin: auto;
  /* text-align: center; */
  width: 90%;
  padding: auto;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
.faq-page:hover {
  background-color: #f9f9f9;
}

/* Style the faq-page panel. Note: hidden by default */
.faq-body {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

.faq-page:after {
  content: "\02795";
  /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796";
  /* Unicode character for "minus" sign (-) */
}

.col-lg-3 {
  margin-top: 15px;
}

.col-sm-6 {
  margin-top: 15px;
}

.col-lg-4 {
  margin-top: 15px;
  height: 400px;
}

.topbar {
  width: 100%;
  height: 100px;
  background-color: #f7f7f7;
}

.about-gallery {
  margin-top: 50px;
  margin-bottom: 50px;
}

.about-content {
  justify-content: center;
}

.contact-us {
  padding-top: 170px;
}

.contact-us p {
  font-size: 18px;
  color: #787878;
  line-height: 1.66em;
  margin-top: 15px;
}

.contact-us h3 {
  font-size: 24px;
  color: #404040;
  font-weight: inherit;
  text-transform: uppercase;
}

.contact-us h2 {
  font-size: 30px;
  color: #404040;
  font-weight: inherit;
  text-transform: uppercase;
}

.contact-us a {
  color: #d8a554;
  text-decoration: none;
}

.contact-us a:hover {
  color: #bababa;
}

.contact-us .img img {
  width: 100%;
  height: 100%;
  align-items: center;
}

.portfolio {
  padding-top: 170px;
}

.whoweare {
  padding-top: 170px;
}